#!/bin/sh
#
# remove the installer tmp file and the package receipt
#

if [ -r /private/tmp/uninstall-lassopro ] ; then
	rm -f /private/tmp/uninstall-lassopro
fi

if [ -r /Library/Receipts/Lasso_Pro_8.pkg ] ; then
	rm -rf /Library/Receipts/Lasso_Pro_8.pkg
fi

#if nifind /users/lasso | grep -q lasso
#then
#	niutil -destroy . /users/lasso 2> /dev/null
#fi
